Skip to content

fix(deps): update widgetbook#909

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/widgetbook
Open

fix(deps): update widgetbook#909
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/widgetbook

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
widgetbook (source) dependencies minor 3.14.23.24.0
widgetbook_annotation (source) dependencies minor 3.5.03.11.0
widgetbook_generator (source) dev_dependencies minor 3.13.03.24.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

widgetbook/widgetbook (widgetbook)

v3.24.0

Compare Source

  • BREAKING: Set minimum Flutter version to 3.44.0. (#​1924)

v3.23.0

Compare Source

  • FEAT: Add defaultToNull parameter to nullable knobs to make them start in a null (i.e. unchecked) state while having a non-null initial value. (#​1790 - by @​youpelegrace)
  • REFACTOR: Allow inspector 4.x. (#​1901)
  • FEAT: Add headerPadding parameter to customize the padding around the navigation panel header. (#​1882 - by @​EArminjon)

v3.22.0

Compare Source

  • FIX: Ensure slider label use max size (#​1823 - by @​EArminjon)
  • BREAKING: Set minimum SDK version to 3.10.0 & minimum Flutter version to 3.38.0. (#​1803)

v3.21.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.9.0 & minimum Flutter version to 3.35.0. (#​1803)
  • FIX: Hide navigation tree items when search query has no matches; instead of showing the full tree. (#​1786 - by @​EArminjon)
  • REFACTOR: Change DurationField to be 3 inputs with the format of HH:MM:SS instead of a single one for milliseconds. (#​1769 - by @​youpelegrace)
  • FIX: Prevent use-case rebuilds when WidgetbookTheme changes. (#​1795 - by @​EArminjon)

v3.20.2

Compare Source

  • FIX: Consider NumberSliderField's min label width when calculating the labels' max width. (#​1757 - by @​EArminjon)

v3.20.1

Compare Source

  • REFACTOR: Set minimum accessibility_tools version to 2.6.0. (#​1739)

v3.20.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.8.0 & minimum Flutter version to 3.32.0. (#​1719)
  • FEAT: Support dynamic knobs. (#​1709 - by @​EArminjon)
  • FEAT: Expose precision parameter in DoubleSliderField and knobs.double.slider. The default value is currently 1, to get the old behavior, set it to null. (#​1706 - by @​EArminjon)
  • FIX: Allow IterableSegmentedField to parse unknown values. (#​1703 - by @​EArminjon)

v3.19.0

Compare Source

  • FEAT: Add color picker to ColorField. (#​1659 - by @​EArminjon)
  • FEAT: Add enableLeafComponent parameter to Widgetbook to allow enabling/disabling leaf components (i.e. components with a single use-case) behavior. (#​1680 - by @​EArminjon)
  • FEAT: Add iterable.segmented knob, along with its IterableSegmentedField. (#​1678 - by @​EArminjon)

v3.18.0

Compare Source

  • BREAKING: Remove next library. (#​1634)

v3.17.1

Compare Source

v3.17.0

Compare Source

  • FEAT: Expose Widgetbook's own scroll behavior to allow customizing it. (#​1524 - by @​EArminjon)
  • FIX: Support Flutter 3.35.0. (#​1565)
  • REFACTOR: Deprecate WidgetbookLeafComponent in favor of WidgetbookComponent which will now have similar behavior when it has a single use-case. (#​1573)
  • FIX: Allow knobs to be re-registered. This makes it possible for a knob to mutate other knobs. (#​1578 - by @​EArminjon)
  • FIX: Allow nullable knobs first interaction, by introducing a Field.defaultValue, that will be used for setting the value when initial value is null. (#​1581 - by @​EArminjon)
  • FIX: Re-enable nullified knobs on change. (#​1586 - by @​EArminjon)

v3.16.0

Compare Source

v3.15.0

Compare Source

  • REFACTOR: Deprecate DeviceFrameAddon in favor of ViewportAddon. (#​1494)
  • REFACTOR: Remove @experimental annotation from ViewportAddon. (#​1493)
  • REFACTOR: Improve API docs. (#​1531)
  • CHORE: Update license. (#​1529)

v3.14.3

Compare Source

  • FIX: Unify background color between the workbench and DeviceFrameAddon. (#​1461 - by @​ValentinVignal)
  • FIX: Fix memory leaks by disposing WidgetbookState's KnobsRegistry. (#​1487 - by @​ValentinVignal)
  • FIX: Add hints to TextFields to improve accessibility. (#​1483 - by @​lsaudon)
  • FIX: Preserve Viewport's title style when a custom ThemeData is used in the appBuilder. (#​1489)
  • REFACTOR: Support device_frame_plus v1.5.0. (#​1481)
widgetbook/widgetbook (widgetbook_annotation)

v3.11.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.10.0. (#​1803)

v3.10.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.9.0. (#​1803)

v3.9.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.8.0. (#​1719)

v3.8.0

Compare Source

v3.7.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.7.0. (#​1541)
  • FEAT: Add ObjectKnobConfig to support the new knobs.object variants. (#​1478 - by @​Sourav-Sonkar)
  • REFACTOR: Deprecate ListKnobConfig in favor of ObjectKnobConfig. (#​1547)

v3.6.0

Compare Source

  • FEAT: Add @UseCase.cloudExclude option to exclude use-cases from Widgetbook Cloud. (#​1535)
  • CHORE: Update license. (#​1529)
widgetbook/widgetbook (widgetbook_generator)

v3.24.0

Compare Source

  • REFACTOR: Allow analyzer 13.x.

v3.23.0

Compare Source

  • REFACTOR: Allow analyzer 11.x and 12.x. (#​1900)

v3.22.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.10.0. (#​1803)

v3.21.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.9.0. (#​1803)
  • REFACTOR: Allow analyzer 10.x. (#​1805)

v3.20.1

Compare Source

  • REFACTOR: Allow analyzer 9.x. (#​1761)

v3.20.0

Compare Source

  • BREAKING: Set minimum SDK version to 3.8.0. (#​1719)

v3.19.0

Compare Source

  • FEAT: Support @UseCase.exclude to exclude use-cases from the generated Widgetbook. (#​1676 - by @​EArminjon)

v3.18.0

Compare Source

  • BREAKING: Remove next builders. (#​1634)

v3.17.0

Compare Source

  • BREAKING: Require analyzer >=8.0.0, build >=4.0.0 and source_gen >=4.0.0. (#​1584)
  • REFACTOR: Generate WidgetbookComponent, instead of WidgetbookLeafComponent, for components with a single use-case. (#​1573)

v3.16.0

Compare Source

  • REFACTOR: Allow analyzer 8.x. (#​1566)
  • REFACTOR: Update source_gen to 3.1.0; to use TypeChecker.typeNamed instead of TypeChecker.fromRuntime. (#​1564)

v3.15.0

Compare Source

v3.14.0

Compare Source

  • FEAT: Support @UseCase.cloudExclude option. Requires widgetbook_annotation >=3.6.0. (#​1535)
  • REFACTOR: Change generated imports prefixes to use a deterministic format based on the path. (#​1495 - by @​mrgnhnt96)
  • CHORE: Update license. (#​1529)

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At 07:00 AM and 04:00 PM (* 7,16 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 12, 2025 22:26
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 12, 2025
@renovate renovate Bot enabled auto-merge June 12, 2025 22:26
@ishinova-actions ishinova-actions Bot added the @app/catalog Catalog development label Jun 12, 2025
@ishinova-actions

Copy link
Copy Markdown
Contributor

Commands

Command Description
/catalog この Pull Request の Catalog を Firebase Hosting にデプロイ
/gen コード生成コマンドを実行

@renovate renovate Bot force-pushed the renovate/widgetbook branch from 0d0ee6d to bf406ec Compare August 7, 2025 00:13
@renovate renovate Bot changed the title fix(deps): update dependency widgetbook to v3.14.3 fix(deps): update widgetbook Aug 7, 2025
@renovate renovate Bot force-pushed the renovate/widgetbook branch 2 times, most recently from 1136e3b to 9a71213 Compare August 15, 2025 13:27
@renovate renovate Bot force-pushed the renovate/widgetbook branch from 9a71213 to 339ac11 Compare September 16, 2025 04:41
@renovate renovate Bot force-pushed the renovate/widgetbook branch 2 times, most recently from 7f43e63 to e9374a2 Compare October 7, 2025 12:44
@renovate renovate Bot force-pushed the renovate/widgetbook branch 2 times, most recently from 7241cdd to 1deca4a Compare October 28, 2025 21:48
@renovate renovate Bot force-pushed the renovate/widgetbook branch from 1deca4a to 96a1c7b Compare November 7, 2025 19:53
@renovate renovate Bot force-pushed the renovate/widgetbook branch from 96a1c7b to 221724c Compare November 18, 2025 15:06
@renovate renovate Bot force-pushed the renovate/widgetbook branch from 221724c to 255c153 Compare November 25, 2025 18:46
@renovate renovate Bot force-pushed the renovate/widgetbook branch 2 times, most recently from 9da43ab to 094d20b Compare February 10, 2026 18:30
@renovate renovate Bot force-pushed the renovate/widgetbook branch from 094d20b to 4e34d66 Compare February 19, 2026 19:54
@renovate renovate Bot force-pushed the renovate/widgetbook branch from 4e34d66 to f1678bb Compare May 6, 2026 16:12
@renovate renovate Bot force-pushed the renovate/widgetbook branch from f1678bb to 9b89871 Compare June 8, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@app/catalog Catalog development dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants